home *** CD-ROM | disk | FTP | other *** search
- rem
- rem Used with example forms in the Windows httpd documentation
- rem Too bad angle brackets can't be echoed by COMMAND.COM...
- rem Get a better shell!
- rem
- set of=%output_file%
- echo Content-type:text/html > %of%
- echo. >> %of%
- type c:\httpd\cgi-bin\form-rpt.pre >> %of%
- type %CONTENT_FILE% >> %of%
- type c:\httpd\cgi-bin\form-rpt.pst >> %of%
-
-
-